Concurrency: The number of threads concurrently executing the target. 并发性:并发执行目标的线程数。
Threads are relatively expensive, and a limited number of threads are available on a server. 线程还是比较耗费资源的,一个服务器上可用的线程是有限制的。
With this property, we can set the maximum and minimum number of threads used by the message listener service to run the listener ports. 通过此属性,我们可以设置消息侦听器服务用于运行侦听器端口的最大和最小线程数。
This in turn results in one thread per user on Tomcat, while the NIO server handles the same load with a constant number of threads. 然后它导致了在Tomcat上为每个用户分配一个线程,而NIO服务器用固定数量的线程来处理相同的负载。
The number of threads in this test may look small compared to typical server applications. 比起通常情况下的服务器应用,这次测试中线程的数量看上去有点少。
The test client spawns the specified number of threads, each supplied with its own URL object. 测试客户端产生指定的线程数,每个线程都通过它自己的URL对象提供。
Note: In Windows, the number of threads a process can create is limited by the available virtual memory. 注意:在Windows中,受可用虚拟内存的限制,一个进程可以创建的线程数目是有限的。
Invocation concurrency: The number of threads of execution concurrently invoking a service or method. 调用并发性:并发调用服务或方法时执行的线程数。
If it is idle, the number of threads is reduced. 如果为空闲状态,则减少线程的数量。
In the main program, spawn the required number of threads. 在主程序中,派生所需个数的线程。
Changed the number of threads in the server task 更改服务器任务中的线程数
Unlike standard Java I/ O, NIO can handle many clients with a fixed number of threads. 不像标准的JavaI/O,NIO可以用固定数量的线程处理许多客户机。
Changed the number of threads in the router task for local and remote mail delivery 更改用于本地和远程邮件传递的路由器任务中的线程数
Each stage is a component that has a number of threads. 每个阶段表示的组件包含一定数量的线程。
A thread pool specifies the maximum possible number of threads allowed to run concurrently in a Web container. 线程池指定Web容器中允许并发运行的线程的最大数量。
Thread Count: Number of threads associated with the process. ThreadCount:与该进程相关的线程数目。
Thus it allows limited number of threads to access a shared resource. 这样就可以允许有限个线程来访问某个共享资源。
Ideally, the number of threads should be tuned based on the number of processors and the length or duration of each request. 理想情况下,线程的数量应该根据处理器的数量和请求的长度或持续时间进行调整。
Windows semaphores are count variables allowing a limited number of threads/ processes to access the shared resource. Windows信号量是一些计数器变量,允许有限个线程/进程访问共享资源。
A batch repository is designed to redact many documents at one time by a configurable number of threads. 批处理存储库用于通过可配置数量的线程一次编校许多文档。
You will not need a larger number of threads, since this approach runs on a per-interrupt basis. 并不需要很多线程,因为这种方法是按照每个中断逐一运行的。
Current number of threads merging data. Decremented when blocked by pipeline of work. 合并数据的线程的当前数目。当受工作管道阻塞时,将减量。
The number of threads could be different from the number of partitions. 线程数可能与分区数不同。
0MQ applications are concurrent without locks, and elastic over any number of threads, cores, and boxes. MQ应用程序没有锁,可并行运行。此外,它可在多个线程、内核和主机盒之间弹性伸缩。
Interestingly, the decision to coarsen can be made independent to the number of threads contending for the locks. 有趣的是,是否进行锁粗化,与竞争锁的线程数量是无关的。
Current number of threads working on processing. 正在进行处理的当前线程数目。
Specifies the number of threads ( from 0 to 32) to use in parallel plan execution. 指定线程的数目(从0到32),以在并行计划执行中使用。
Single-valued semaphore can only be one thread access, and multi-valued semaphore can be a number of threads available. 单值信号量只能被一个线程获得,而多值信号量可以被若干个线程获得。
At the same time generate multiple threads, but only a specified number of threads running. 同时生成多个线程,但只有指定数目得线程在运行。